/ Assembly List / LJCDataAccess / DataCommon / GetDbDateString

Namespace - LJCDataAccess


Parameters
dateTime - The DateTime value.
dbType - The database connection type.

Returns

The Date string.

Syntax

C#
public static String GetDbDateString(DateTime dateTime, ConnectionType dbType = ConnectionType.SqlServer)

Formats the DateTime value to a date string in database format.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.